home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / tlxhints.zip / TLXHINTS.DOC < prev   
Text File  |  1989-03-16  |  4KB  |  75 lines

  1. The following notes are based upon using TELIX Version 3.11 for several months
  2. now.  These are things that I wish I had known when I started!  The executable
  3. files required to use the hints are all contained in this file.
  4.  
  5. 1.  Do you get a "+0" response when you logon to some boards and not to
  6. others?
  7.     Your problem is in having the CIS Auto-download turned on.  Certain
  8. boards, notably TBBS and others, poll your communications program in the same
  9. manner as Compuserve.  When CIS Auto-download is turned on, TELIX responds with
  10. a "+0" to let Compuserve know that it is capable of CIS Quick-B protocol
  11. transfers.
  12.     You have two choices to eliminate the problem.
  13.     a)  Shut off the CIS Auto-download by selecting Alt-O, T, L, N,
  14. [ENTER], W, E.  The problem that this solution creates is that CIS will now not
  15. recognize that you are capable of CIS Quick B transfers and you will have to
  16. initiate the CIS transfers manually.  But even that can be overcome by placing
  17. a "_cisb_auto=1" near the beginning of your CIS auto-logon script.  Or,
  18.        b)  Leave the CIS Auto turned on and insert a "_cisb_auto=0" near the
  19. top of the log-on scripts for only those boards which poll and cause the "+0"
  20. to be transmitted.
  21.  
  22. 2.  Would you like to have more functions keys to define?
  23.     If you have the extended keyboard (functions keys F1 through F12),
  24. Telix will recognize F11 and F12, shifted F11 and F12, Control F11 and F12 and
  25. Alternate F11 and F12 and allow you define them.  The hooker is that the F11
  26. and F12 keys are not enabled by DOS.  If you use Fansi-Console, it will enable
  27. all the extended keys.  If you don't care to use Fansi, the small TSR called
  28. NEWKEYS.COM contained in this library will also enable the keys.  The source
  29. for these files came from PC magazine and is included here as NEWKEYS.SCR which
  30. I keyed in myself to preclude questions of copyright infringement.  Simply
  31. include the "NEWKEYS.COM" command in your AUTOEXEC.BAT file and TELIX will give
  32. you 8 more functions keys to define (assuming you have the extended keyboard.)
  33.  
  34.  
  35. 3.  Would you like to have TELIX come up in the 43 or 50 line mode on your EGA?
  36.     This one I came across in the TELIX Conference on Fidonet.  Colin
  37. Sampaleanu (author of TELIX) stated that there was no way to hard configure
  38. TELIX to the 43 or 50 line modes.  HOWEVER -- if you were in the 43 ot 50 line
  39. mode before you invoked TELIX, TELIX would sense the environment and come up in
  40. that mode.  Two files, again from PC Magazine, are included in this library
  41. which switch an EGA display to 43 and 50 lines, respectively. Simply call TELIX
  42. via a batch file and include EGA43.COM or EGA50.COM as appropriate before
  43. calling TELIX.  If you wish to be restored to the 25 line mode upon exit from
  44. TELIX, them include EGA25.COM in your batch file after the call to Telix.  The
  45. batch file might read
  46.  EGA43.COM TELIX
  47.  command_line_options
  48.  EGA25.COM
  49. Call it TX.BAT or whatever and it will solve a problem that vexed me for
  50. several months.  The source for EGA25.COM, EGA43.COM and EGA50.COM is once
  51. again included to preclude copyright problems.
  52.  
  53. 4.  Finally -- would you like to have TELIX come up in the dialing directory --
  54. ready to point-and-shoot-dial your favorite BBS?
  55.     The following SALT script will do the trick:
  56. main()
  57. {
  58.   dial("");
  59. }
  60. Compile it and use the script name as your start-up script.  E.g., if you
  61. called it DIAL.SLC, then
  62.   TELIX SDIAL
  63. would bring up TELIX with the first screen of your dialing directory displayed.
  64. You say you tried it and it doesn't work?  Aha!  One last thing -- you must
  65. turn OFF the auto dialing bar in your configuration.  Use Alt-O, G, E, N,
  66. [ENTER], W, E.  The logic of the terminology fails me, but that's what works!
  67.  
  68. Enjoy TELIX .... and register it -- I did.
  69.  
  70.             Jim Gaffney - El Paso, Texas
  71.             CIS:  70515,1036
  72.             GENIE:  JIMGAFF
  73.             Rio Grande TP Board - (915) 592-4976
  74.                     300-9600 baud, 24 hr, 8/1/N
  75.